-
Notifications
You must be signed in to change notification settings - Fork 53
Cut release 1.18.1 #565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cut release 1.18.1 #565
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR prepares release version 1.18.1 by updating the version number and changelog with changes since v1.18.0. The release includes 7 feature additions and improvements, primarily focused on analyzers, exception handling, entity source generation, and documentation enhancements.
Key Changes:
- Version bumped from 1.18.0 to 1.18.1 in Release.props
- Changelog updated with 7 merged PRs since v1.18.0
- BOM character removed from CHANGELOG.md header
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| eng/targets/Release.props | Updated VersionPrefix from 1.18.0 to 1.18.1 |
| CHANGELOG.md | Added v1.18.1 section with 7 changelog entries and removed BOM character from file header |
|
|
||
| ## v1.18.1 | ||
| - Support dedup status when starting orchestration by wangbill ([#542](https://github.com/microsoft/durabletask-dotnet/pull/542)) | ||
| - Add 404 exception handling in blobpayloadstore.downloadasync by Copilot ([#534](https://github.com/microsoft/durabletask-dotnet/pull/534)) |
Copilot
AI
Dec 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The text "blobpayloadstore.downloadasync" should use proper casing. Based on the code conventions in this repository, it should be "BlobPayloadStore.DownloadAsync" to correctly reference the class and method names.
| - Add 404 exception handling in blobpayloadstore.downloadasync by Copilot ([#534](https://github.com/microsoft/durabletask-dotnet/pull/534)) | |
| - Add 404 exception handling in BlobPayloadStore.DownloadAsync by Copilot ([#534](https://github.com/microsoft/durabletask-dotnet/pull/534)) |
Co-authored-by: YunchuWang <[email protected]>
2030760 to
94c2bba
Compare
This pull request prepares for the 1.18.1 release by updating versioning and documenting recent changes. The most important changes are:
Release version update:
1.18.0to1.18.1ineng/targets/Release.propsto set up the next release.Changelog documentation:
CHANGELOG.md, summarizing recent features, bug fixes, dependency updates, and improvements.